home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / rockbal.dxr / 00045_Start Glinda Demo.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  276 b   |  16 lines

  1. on exitFrame
  2.   global gFrameCounter
  3.   repeat with i = 37 to 46
  4.     puppetSprite(i, 1)
  5.   end repeat
  6.   gFrameCounter = 1
  7.   cursor(4)
  8.   preLoad(marker(1))
  9.   preloadMember("click1", "click6")
  10.   cursor(0)
  11.   repeat with i = 1 to 4
  12.     sound stop i
  13.   end repeat
  14.   puppetSound(0)
  15. end
  16.